STU 3 Candidate

This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Dataelement-sdc-profile-example.json

Raw JSON (canonical form)

FHIR Gender with mapping to C-CDA

{
  "resourceType": "DataElement",
  "id": "dataelement-sdc-profile-example",
  "text": {
    "status": "generated",
    "div": "<div>TODO</div>"
  },
  "identifier": [
    {
      "system": "http://nlm.nih.gov/some_other_text/data_element_identifier",
      "value": "DE42AHRQ"
    }
  ],
  "status": "draft",
  "publisher": "Health Level Seven, International",
  "date": "2015-02-04",
  "name": "Patient Gender",
  "contact": [
    {
      "telecom": [
        {
          "system": "other",
          "value": "http://hl7.org"
        }
      ]
    }
  ],
  "mapping": [
    {
      "identity": "c-cda",
      "uri": "http://hl7.org/C-CDA-not-a-real-url",
      "name": "Consolidated CDA R2"
    }
  ],
  "element": [
    {
      "path": "administrativeGender",
      "definition": "The gender (i.e., the behavioral, cultural, or psychological traits typically associated with one sex) of a living subject as defined for administrative purposes.",
      "type": [
        {
          "code": "CodeableConcept"
        }
      ],
      "binding": {
        "strength": "required",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/AdministrativeGender"
        }
      },
      "mapping": [
        {
          "identity": "c-cda",
          "language": "xpath",
          "map": "/ClinicalDocument/recordTarget/patientRole/patient/administrativeGender"
        }
      ]
    }
  ]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.